home *** CD-ROM | disk | FTP | other *** search
/ Aminet 31 / Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso / Aminet / game / think / MUIMine.readme < prev    next >
Text File  |  1999-05-04  |  8KB  |  156 lines

  1. Short:    MUI based Minesweeper game V1.2
  2. Author:   gwhaite@accsoft.com.au (Geoffrey Whaite)
  3. Uploader: gwhaite@accsoft.com.au (Geoffrey Whaite)
  4. Version:  1.2
  5. Type:     game/think
  6. Requires: MUI 3.6, WB 3.0
  7. Action:   NoStart
  8.  
  9.  
  10. MUIMine is a clear the mine field game similar to X-Mines on an
  11. X-Windows machine or Minesweeper on MS-Windows.
  12.  
  13. The object of the game is to locate and flag all the mines in a
  14. rectangular mine field and to uncover all the unmined cells in
  15. the mine field.
  16.  
  17. Features of MUIMine include :-
  18.  
  19.   - Saves the best three times for each difficulty level.
  20.   - Difficulty levels can be set up by the user, new levels
  21.     may be added and existing levels (including the default
  22.     levels) may be deleted or modified as the user wishes.
  23.   - Game graphics are located in external files so they can
  24.     be replaced or modified as the user desires.
  25.   - It's freeware (who'd pay for it anyway ?).
  26.  
  27. Requirements :-
  28.  
  29.   - AmigaDOS V3.0 or later
  30.   - MUI V3.6 or later (was deveolped under MUI V3.8 using
  31.                        V3.6 autodocs, may work with earlier
  32.                        versions)
  33.  
  34. Changes for V1.1 :-
  35.  
  36.   - Bug Fix. Fixed problem with formatting of the program info requester
  37.     that prevented the translator's credits being displayed. Also
  38.     reorganized the layout of the program info requester and made the
  39.     program description string localized. Thanks to Christian Hattemer
  40.     for the bug report and suggestions here.
  41.  
  42.   - Improvement. You can now use the right mouse button to uncover all
  43.     the covered neighbors of a cell that has the same number of flagged
  44.     neighbors as mined neighbors. Previously this could only be performed
  45.     by using the SHIFT key with the left mouse button (this method is
  46.     still available). Thanks to Denis Zwornarz for this great suggestion.
  47.  
  48.   - Improvement. Implemented a "Safe Start" option where the first cell
  49.     uncovered in a game and its neighboring cells are always unmined.
  50.     This option is stored as a tool type (SAFESTART) in the program's
  51.     icon and is selectable via a check marked menu item. Thanks to
  52.     Christian Hattemer for this suggestion.
  53.  
  54.   - Improvement. The image files used for rendering the various display
  55.     elements of the main window (the mine field, the start button, the
  56.     mines left display and the time taken display) can now be specified
  57.     by tool types and selected from within the program using an image
  58.     select configuration window. This also involved rewriting the bitmap
  59.     handling by the custom class that use them so that the bitmaps may
  60.     be safely changed while the program is running. Also changed code
  61.     that locates the image files so that the program can correctly find
  62.     them when the program directory is not the current directory.
  63.  
  64.   - Improvement. Now uses the program's icon for the app icon instead of
  65.     the default MUI app icon. This is a direct result of having to load
  66.     the icon to get access to its tool types for configuration data.
  67.  
  68. Changes for V1.2 (16/1/99) :-
  69.  
  70.     - Bug Fix. When an unmined cell without mined neighbors is uncovered
  71.       all of its neighbors are automatically uncovered as well and if any
  72.       of those cells has no mined neighbors then its neighbors are
  73.       automatically uncovered as well, etc. This was achieved by calling
  74.       the UncoverCell() function recursively which was very simple and
  75.       worked. However if too large an area is uncovered this way then it
  76.       is possible to overflow the stack causing the program to fail. To
  77.       avoid this problem the uncovering of the unmined neighboring cells
  78.       is achived itteratively instead of recursively allocating buffers
  79.       from global memory instead of using the stack. This is more complex
  80.       than the recursive method but does not cause a stack overflow.
  81.       Thanks to Denis Zwornarz for this bug report.
  82.  
  83.     - Changed the copyright string to use '(c)' instead of the copyright
  84.       character as this would display an inappropriate character in some
  85.       languages.
  86.  
  87.     - Includes the following extra images courtesy of Denis Zwornarz :-
  88.  
  89.             DigitsImage_DZ          DigitsImage_DZ_Quake
  90.             FaceButtonImage_DZ      FaceButtonImage_DZ_Quake
  91.  
  92.     - Includes translations for the follwing languages thanks to the ATO :-
  93.  
  94.                 Croation, Czech, Dutch, German, Italian,
  95.                 Portuguese, Slovenian
  96.  
  97.  
  98. ============================= Archive contents =============================
  99.  
  100. Original  Packed Ratio    Date     Time    Name
  101. -------- ------- ----- --------- --------  -------------
  102.      516     274 46.8% 21-Nov-98 22:25:48 +DigitsImage.7seg.BW
  103.      968     490 49.3% 13-Dec-98 22:06:40 +DigitsImage.7seg.cyan
  104.      968     490 49.3% 13-Dec-98 22:04:46 +DigitsImage.7seg.green
  105.     1408     574 59.2% 21-Nov-98 21:36:46 +DigitsImage.7seg.MWB
  106.      968     488 49.5% 01-Oct-98 22:27:28 +DigitsImage.7seg.red
  107.      968     491 49.2% 13-Dec-98 22:05:16 +DigitsImage.7seg.yellow
  108.      460     315 31.5% 21-Nov-98 22:13:46 +FaceButtonImage.BW
  109.     1258     521 58.5% 13-Dec-98 22:09:52 +FaceButtonImage.cyan
  110.     1648    1174 28.7% 27-Apr-99 19:39:08 +Install-MUIMine.info
  111.     5002     925 81.5% 27-Dec-98 10:24:54 +DigitsImage_DZ
  112.     7046    5442 22.7% 27-Dec-98 10:25:00 +DigitsImage_DZ_Quake
  113.     1258     520 58.6% 13-Dec-98 22:09:24 +FaceButtonImage.green
  114.     1258     521 58.5% 21-Nov-98 21:14:30 +FaceButtonImage.MWB
  115.     1258     518 58.8% 21-Nov-98 21:19:28 +FaceButtonImage.yellow
  116.     8968    3633 59.4% 27-Dec-98 10:25:04 +FaceButtonImage_DZ
  117.      570     319 44.0% 21-Nov-98 22:06:28 +MineFieldImage.BW
  118.     1702     732 56.9% 24-Oct-98 08:23:58 +MineFieldImage.col
  119.     1226     759 38.0% 29-Nov-98 16:50:22 +MineFieldImage.MWB
  120.     1032     573 44.4% 25-Apr-99 09:28:40 +ato.readme
  121.     2756    1969 28.5% 26-Apr-99 19:29:04 +ato.readme.info
  122.    23928    7856 67.1% 26-Apr-99 21:23:52 +MUIMineENG.doc
  123.     2757    1969 28.5% 26-Apr-99 19:29:08 +MUIMineENG.doc.info
  124.     5556    3984 28.2% 27-Dec-98 10:25:08 +FaceButtonImage_DZ_Quake
  125.      288     162 43.7% 01-Mar-99 12:37:50 +Images.readme
  126.    21821    3926 82.0% 27-Apr-99 19:40:42 +Install-MUIMine
  127.     3162    1049 66.8% 26-Apr-99 22:43:26 +Install.readme
  128.    52576   26185 50.1% 16-Jan-99 10:54:14 +MUIMine
  129.     1433     903 36.9% 01-Mar-99 11:57:38 +MUIMine.info
  130.     4720    2071 56.1% 30-Jan-99 18:00:46 +MUIMine.catalog
  131.    26253    8811 66.4% 18-Jan-99 23:21:10 +MUIMineGER.guide
  132.     3176    1595 49.7% 26-Apr-99 19:28:10 +MUIMineGER.guide.info
  133.    24303    7728 68.2% 17-Apr-99 23:32:12 +MUIMineNL.doc
  134.     2756    1969 28.5% 26-Apr-99 19:29:14 +MUIMineNL.doc.info
  135.    25028    8140 67.4% 31-Mar-99 12:32:38 +MUIMinePT.doc
  136.     2756    1969 28.5% 26-Apr-99 19:29:18 +MUIMinePT.doc.info
  137.    22141    7774 64.8% 30-Jan-99 18:18:38 +MUIMineSLO.doc
  138.     2756    1969 28.5% 26-Apr-99 19:29:22 +MUIMineSLO.doc.info
  139.    17031    4321 74.6% 21-Dec-98 19:39:14 +MUIMine.cd
  140.     5393    2286 57.6% 16-Dec-98 19:51:26 +MUIMine.cd.info
  141.     5028    2009 60.0% 17-Apr-99 23:37:58 +MUIMine.catalog
  142.     5146    2153 58.1% 24-Apr-99 08:52:22 +MUIMine.catalog
  143.    15228    4250 72.0% 31-Mar-99 15:59:58 +MUIMine.ct
  144.     6458    2238 65.3% 30-Jan-99 18:00:28 +MUIMine.ct
  145.     4514    2094 53.6% 24-Feb-99 22:46:18 +MUIMine.catalog
  146.    10536    3897 63.0% 24-Feb-99 22:42:42 +MUIMine.ct
  147.     4966    2056 58.5% 21-Dec-98 16:20:54 +MUIMine.catalog
  148.    19409    5559 71.3% 21-Dec-98 16:21:32 +MUIMineDeutsch.ct
  149.     4850    2077 57.1% 13-Jan-99 22:21:22 +MUIMine.catalog
  150.     4928    1993 59.5% 03-Jan-99 04:03:32 +MUIMine.catalog
  151.    18970    5459 71.2% 03-Jan-99 04:03:12 +MUIMine.ct
  152.    12947    4036 68.8% 17-Apr-99 23:37:48 +muimine.ct
  153.     1409     857 39.1% 26-Apr-99 21:41:54 +Install.readme.info
  154. -------- ------- ----- --------- --------
  155.   403461  154073 61.8% 28-Apr-99 23:48:54   52 files
  156.